home *** CD-ROM | disk | FTP | other *** search
- Path: anvil.ugrad.cs.ubc.ca!not-for-mail
- From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
- Newsgroups: comp.lang.c
- Subject: Re: String manipulation routines for C
- Date: 28 Feb 1996 11:25:25 -0800
- Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
- Message-ID: <4h2a75INNbqo@anvil.ugrad.cs.ubc.ca>
- References: <4gio78$ipr@bart.rogerswave.ca> <4gntb5$i41@nw002.infi.net> <4h04r7$7e0@hammy.lonestar.org>
- NNTP-Posting-Host: anvil.ugrad.cs.ubc.ca
-
- In article <4h04r7$7e0@hammy.lonestar.org>,
- Gordon Burditt <gordon@sneaky.lerctr.org> wrote:
- >>itoa - xlat an integer to a string (like BASIC's STR fn)
- >
- >itoa() is NOT an ANSI C function. (Use sprintf().)
-
- Really, the closest thing in _any_ standard is inet_ntoa(), which is part of
- the Berkeley C interface for internet programming. It converts an address to a
- string in dot notation. :)
- --
-
-